home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / mailx6 / _setup.2 / Group5 / MSGFORM2.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-05-23  |  6.0 KB  |  206 lines

  1. VERSION 2.00
  2. Begin Form MsgForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "Message Form"
  6.    ClientHeight    =   3975
  7.    ClientLeft      =   1575
  8.    ClientTop       =   2835
  9.    ClientWidth     =   6285
  10.    Height          =   4350
  11.    Left            =   1530
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   3975
  14.    ScaleWidth      =   6285
  15.    Top             =   2505
  16.    Width           =   6375
  17.    Begin MForm MForm1 
  18.       Height          =   255
  19.       Left            =   3120
  20.       MXFormName      =   "FormTag4"
  21.       Top             =   3600
  22.       Width           =   2055
  23.    End
  24.    Begin MFile MFile1 
  25.       BindString      =   "MMsg1"
  26.       DisplayDialog   =   0   'False
  27.       DisplayErrors   =   0   'False
  28.       Height          =   420
  29.       Left            =   720
  30.       Top             =   1680
  31.       Width           =   420
  32.    End
  33.    Begin MReci MReci1 
  34.       AddRecipientClass=   1  '1- TO:
  35.       AddressCaption  =   ""
  36.       AddressEditNum  =   3
  37.       BindString      =   "MMsg1"
  38.       DetailModifiable=   -1  'True
  39.       DisplayErrors   =   0   'False
  40.       FetchType       =   0  '0- Originator
  41.       Height          =   420
  42.       Left            =   120
  43.       ResolveDialog   =   -1  'True
  44.       Top             =   1680
  45.       Width           =   420
  46.    End
  47.    Begin MMsg MMsg1 
  48.       BindString      =   "FormTag2.MSess1"
  49.       BodyAsFile      =   0   'False
  50.       DisplayErrors   =   0   'False
  51.       DisplaySendDialog=   -1  'True
  52.       EnvelopeOnly    =   0   'False
  53.       FastFetch       =   -1  'True
  54.       FetchMsgType    =   ""
  55.       Height          =   420
  56.       Left            =   480
  57.       MarkAsRead      =   0   'False
  58.       SortMsg         =   0   'False
  59.       SuppressAttach  =   0   'False
  60.       TimeFormat      =   "%I:%M:%S %p. %B %d, %Y "
  61.       Top             =   3480
  62.       UnreadOnly      =   0   'False
  63.       Width           =   420
  64.       WorkingMsg      =   0  '0- Inbox Message
  65.    End
  66.    Begin ComboBox szFileList 
  67.       Height          =   300
  68.       Left            =   1320
  69.       TabIndex        =   15
  70.       Top             =   2655
  71.       Width           =   1935
  72.    End
  73.    Begin TextBox szOriginator 
  74.       Height          =   375
  75.       Left            =   4440
  76.       TabIndex        =   14
  77.       Top             =   2640
  78.       Width           =   1575
  79.    End
  80.    Begin SSPanel Panel3D1 
  81.       BevelInner      =   1  'Inset
  82.       Height          =   615
  83.       Left            =   -15
  84.       TabIndex        =   8
  85.       Top             =   0
  86.       Width           =   6300
  87.       Begin CommandButton BtnForward 
  88.          Caption         =   "Forward"
  89.          Height          =   420
  90.          Left            =   2865
  91.          TabIndex        =   11
  92.          Top             =   75
  93.          Width           =   1155
  94.       End
  95.       Begin CommandButton btnReply 
  96.          Caption         =   "Reply"
  97.          Height          =   420
  98.          Left            =   1455
  99.          TabIndex        =   10
  100.          Top             =   75
  101.          Width           =   1170
  102.       End
  103.       Begin CommandButton BtnHide 
  104.          Caption         =   "End Msg"
  105.          Height          =   420
  106.          Left            =   105
  107.          TabIndex        =   9
  108.          Top             =   75
  109.          Width           =   1125
  110.       End
  111.    End
  112.    Begin TextBox szMsgID 
  113.       Height          =   495
  114.       Left            =   1320
  115.       TabIndex        =   7
  116.       Top             =   3120
  117.       Width           =   4695
  118.    End
  119.    Begin TextBox szTime 
  120.       Height          =   375
  121.       Left            =   1200
  122.       TabIndex        =   6
  123.       Top             =   2160
  124.       Width           =   4815
  125.    End
  126.    Begin TextBox szNoteText 
  127.       Height          =   855
  128.       Left            =   1200
  129.       MultiLine       =   -1  'True
  130.       TabIndex        =   3
  131.       Top             =   1200
  132.       Width           =   4815
  133.    End
  134.    Begin TextBox szSubject 
  135.       Height          =   375
  136.       Left            =   1200
  137.       TabIndex        =   1
  138.       Top             =   720
  139.       Width           =   4815
  140.    End
  141.    Begin Label Label6 
  142.       BackColor       =   &H00C0C0C0&
  143.       Caption         =   "Attachments:"
  144.       Height          =   375
  145.       Left            =   120
  146.       TabIndex        =   13
  147.       Top             =   2640
  148.       Width           =   1215
  149.    End
  150.    Begin Label Label5 
  151.       BackColor       =   &H00C0C0C0&
  152.       Caption         =   "Originator:"
  153.       Height          =   375
  154.       Left            =   3450
  155.       TabIndex        =   12
  156.       Top             =   2685
  157.       Width           =   960
  158.    End
  159.    Begin Label Label4 
  160.       BackColor       =   &H00C0C0C0&
  161.       Caption         =   "Message ID:"
  162.       Height          =   375
  163.       Left            =   120
  164.       TabIndex        =   5
  165.       Top             =   3240
  166.       Width           =   1215
  167.    End
  168.    Begin Label Label3 
  169.       BackColor       =   &H00C0C0C0&
  170.       Caption         =   "Time:"
  171.       Height          =   270
  172.       Left            =   150
  173.       TabIndex        =   4
  174.       Top             =   2235
  175.       Width           =   855
  176.    End
  177.    Begin Label Label2 
  178.       BackColor       =   &H00C0C0C0&
  179.       Caption         =   "Note Text:"
  180.       Height          =   375
  181.       Left            =   120
  182.       TabIndex        =   2
  183.       Top             =   1200
  184.       Width           =   975
  185.    End
  186.    Begin Label Label1 
  187.       BackColor       =   &H00C0C0C0&
  188.       Caption         =   "Subject:"
  189.       Height          =   375
  190.       Left            =   120
  191.       TabIndex        =   0
  192.       Top             =   720
  193.       Width           =   855
  194.    End
  195. Sub BtnForward_Click ()
  196.     MMsg1.Action = ACTION_FORWARD
  197.     MMsg1.Action = ACTION_SENDMSG
  198. End Sub
  199. Sub BtnHide_Click ()
  200.     Unload Me
  201. End Sub
  202. Sub btnReply_Click ()
  203.     MMsg1.Action = ACTION_REPLY
  204.     MMsg1.Action = ACTION_SENDMSG
  205. End Sub
  206.